home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 4: GNU Archives / Linux Cubed Series 4 - GNU Archives.iso / gnu / binutils.7 / binutils / binutils-2.7 / gas / conf.in < prev    next >
Encoding:
Text File  |  1996-07-04  |  3.3 KB  |  119 lines

  1. /* conf.in.  Generated automatically from configure.in by autoheader.  */
  2.  
  3. /* Define if using alloca.c.  */
  4. #undef C_ALLOCA
  5.  
  6. /* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems.
  7.    This function is required for alloca.c support on those systems.  */
  8. #undef CRAY_STACKSEG_END
  9.  
  10. /* Define if you have alloca, as a function or macro.  */
  11. #undef HAVE_ALLOCA
  12.  
  13. /* Define if you have <alloca.h> and it should be used (not on Ultrix).  */
  14. #undef HAVE_ALLOCA_H
  15.  
  16. /* Define as __inline if that's what the C compiler calls it.  */
  17. #undef inline
  18.  
  19. /* If using the C implementation of alloca, define if you know the
  20.    direction of stack growth for your system; otherwise it will be
  21.    automatically deduced at run-time.
  22.     STACK_DIRECTION > 0 => grows toward higher addresses
  23.     STACK_DIRECTION < 0 => grows toward lower addresses
  24.     STACK_DIRECTION = 0 => direction of growth unknown
  25.  */
  26. #undef STACK_DIRECTION
  27.  
  28. /* Should gas use high-level BFD interfaces?  */
  29. #undef BFD_ASSEMBLER
  30.  
  31. /* Some assert/preprocessor combinations are incapable of handling
  32.    certain kinds of constructs in the argument of assert.  For example,
  33.    quoted strings (if requoting isn't done right) or newlines.  */
  34. #undef BROKEN_ASSERT
  35.  
  36. /* If we aren't doing cross-assembling, some operations can be optimized,
  37.    since byte orders and value sizes don't need to be adjusted.  */
  38. #undef CROSS_COMPILE
  39.  
  40. /* Some gas code wants to know these parameters.  */
  41. #undef TARGET_ALIAS
  42. #undef TARGET_CPU
  43. #undef TARGET_CANONICAL
  44. #undef TARGET_OS
  45. #undef TARGET_VENDOR
  46.  
  47. /* Sometimes the system header files don't declare malloc and realloc.  */
  48. #undef NEED_DECLARATION_MALLOC
  49.  
  50. /* Sometimes the system header files don't declare free.  */
  51. #undef NEED_DECLARATION_FREE
  52.  
  53. /* Sometimes errno.h doesn't declare errno itself.  */
  54. #undef NEED_DECLARATION_ERRNO
  55.  
  56. #undef MANY_SEGMENTS
  57.  
  58. /* Needed only for sparc configuration.  */
  59. #undef SPARC_V9
  60. #undef SPARC_ARCH64
  61.  
  62. /* Needed only for some configurations that can produce multiple output
  63.    formats.  */
  64. #undef DEFAULT_EMULATION
  65. #undef EMULATIONS
  66. #undef USE_EMULATIONS
  67. #undef OBJ_MAYBE_AOUT
  68. #undef OBJ_MAYBE_BOUT
  69. #undef OBJ_MAYBE_COFF
  70. #undef OBJ_MAYBE_ECOFF
  71. #undef OBJ_MAYBE_ELF
  72. #undef OBJ_MAYBE_GENERIC
  73. #undef OBJ_MAYBE_HP300
  74. #undef OBJ_MAYBE_IEEE
  75. #undef OBJ_MAYBE_SOM
  76. #undef OBJ_MAYBE_VMS
  77.  
  78. /* Used for some of the COFF configurations, when the COFF code needs
  79.    to select something based on the CPU type before it knows it... */
  80. #undef I386COFF
  81. #undef M68KCOFF
  82. #undef M88KCOFF
  83.  
  84. /* Define if you have the remove function.  */
  85. #undef HAVE_REMOVE
  86.  
  87. /* Define if you have the sbrk function.  */
  88. #undef HAVE_SBRK
  89.  
  90. /* Define if you have the unlink function.  */
  91. #undef HAVE_UNLINK
  92.  
  93. /* Define if you have the <errno.h> header file.  */
  94. #undef HAVE_ERRNO_H
  95.  
  96. /* Define if you have the <memory.h> header file.  */
  97. #undef HAVE_MEMORY_H
  98.  
  99. /* Define if you have the <stdarg.h> header file.  */
  100. #undef HAVE_STDARG_H
  101.  
  102. /* Define if you have the <stdlib.h> header file.  */
  103. #undef HAVE_STDLIB_H
  104.  
  105. /* Define if you have the <string.h> header file.  */
  106. #undef HAVE_STRING_H
  107.  
  108. /* Define if you have the <strings.h> header file.  */
  109. #undef HAVE_STRINGS_H
  110.  
  111. /* Define if you have the <sys/types.h> header file.  */
  112. #undef HAVE_SYS_TYPES_H
  113.  
  114. /* Define if you have the <unistd.h> header file.  */
  115. #undef HAVE_UNISTD_H
  116.  
  117. /* Define if you have the <varargs.h> header file.  */
  118. #undef HAVE_VARARGS_H
  119.